+2007-05-23 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtk.symbols:
+ * gdk/x11/xsettings-common.h:
+ * gdk/gdk.symbols: Add some missing symbols.
+
+ * gtk/paper_names_offsets.c:
+ * gtk/gen-paper-names.c: Make variables static.
+
+ * gtk/gtktooltip.[hc]:
+ * gtk/gtkvolumebutton.c:
+ * gtk/gtkscalebutton.c: Fix up symbol aliasing.
+
2007-05-23 Yevgen Muntyan <muntyan@tamu.edu>
* gtk/gtkprintunixdialog.c: missing #include <ctype.h>.
+2007-05-23 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtk-sections.txt:
+ * gdk/gdk-sections.txt: Updates
+
2007-05-20 Bastien Nocera <hadess@hadess.net>
* gtk/gtk-docs.sgml: Add missing docs for the
gtk_about_dialog_new
gtk_about_dialog_get_name
gtk_about_dialog_set_name
+gtk_about_dialog_get_program_name
+gtk_about_dialog_set_program_name
gtk_about_dialog_get_version
gtk_about_dialog_set_version
gtk_about_dialog_get_copyright
gtk_action_create_icon
gtk_action_create_menu_item
gtk_action_create_tool_item
+gtk_action_create_menu
gtk_action_connect_proxy
gtk_action_disconnect_proxy
gtk_action_get_proxies
gtk_entry_completion_set_minimum_key_length
gtk_entry_completion_get_minimum_key_length
gtk_entry_completion_complete
+gtk_entry_completion_get_completion_prefix
gtk_entry_completion_insert_prefix
gtk_entry_completion_insert_action_text
gtk_entry_completion_insert_action_markup
gtk_entry_completion_get_text_column
gtk_entry_completion_set_inline_completion
gtk_entry_completion_get_inline_completion
+gtk_entry_completion_set_inline_selection
+gtk_entry_completion_get_inline_selection
gtk_entry_completion_set_popup_completion
gtk_entry_completion_get_popup_completion
gtk_entry_completion_set_popup_set_width
gtk_window_set_urgency_hint
gtk_window_set_accept_focus
gtk_window_set_focus_on_map
+gtk_window_set_startup_id
+gtk_window_set_role
gtk_window_get_decorated
gtk_window_get_deletable
gtk_window_get_default_icon_list
gdk_colormap_unref
#endif
gdk_color_parse
+gdk_color_to_string
#endif
#endif
gdk_x11_display_grab
gdk_x11_display_ungrab
gdk_x11_lookup_xdisplay
+gdk_x11_display_broadcast_startup_message
+gdk_x11_display_get_startup_notification_id
#endif
#if IN_FILE(__GDK_DRAWABLE_X11_C__)
#define xsettings_client_destroy _gdk_xsettings_client_destroy
#define xsettings_client_get_setting _gdk_xsettings_client_get_setting
#define xsettings_client_new _gdk_xsettings_client_new
+#define xsettings_client_new_with_grab_funcs _gdk_xsettings_client_new_with_grab_funcs
#define xsettings_client_set_grab_func _gdk_xsettings_client_set_grab_func
#define xsettings_client_set_ungrab_func _gdk_xsettings_client_set_ungrab_func
#define xsettings_client_process_event _gdk_xsettings_client_process_event
printf ("#endif\n\n");
/* write strings */
- printf ("const char paper_names[] =");
+ printf ("static const char paper_names[] =");
for (i = 0; i < n_names; i++)
{
if (names[i].suffix == -1)
" int display_name;\n"
" int ppd_name;\n"
"} PaperInfo;\n\n"
- "const PaperInfo standard_names_offsets[] = {\n");
+ "static const PaperInfo standard_names_offsets[] = {\n");
for (i = 0; i < n_infos; i++)
{
/* dump extras */
- printf ("const struct {\n"
+ printf ("static const struct {\n"
" int ppd_name;\n"
" int standard_name;\n"
"} extra_ppd_names_offsets[] = {\n");
gtk_about_dialog_get_license
gtk_about_dialog_get_logo
gtk_about_dialog_get_logo_icon_name
+#ifndef GTK_DISABLE_DEPRECATED
gtk_about_dialog_get_name
+gtk_about_dialog_set_name
+#endif
+gtk_about_dialog_get_program_name
+gtk_about_dialog_set_program_name
gtk_about_dialog_get_translator_credits
gtk_about_dialog_get_type G_GNUC_CONST
gtk_about_dialog_get_version
gtk_about_dialog_set_license
gtk_about_dialog_set_logo
gtk_about_dialog_set_logo_icon_name
-gtk_about_dialog_set_name
gtk_about_dialog_set_translator_credits
gtk_about_dialog_set_url_hook
gtk_about_dialog_set_version
gtk_action_create_icon
gtk_action_create_menu_item
gtk_action_create_tool_item
+gtk_action_create_menu
gtk_action_disconnect_accelerator
gtk_action_disconnect_proxy
gtk_action_get_accel_closure
gtk_debug_flag_get_type G_GNUC_CONST
gtk_delete_type_get_type G_GNUC_CONST
gtk_dest_defaults_get_type G_GNUC_CONST
+gtk_drag_result_get_type G_GNUC_CONST
gtk_clist_drag_pos_get_type G_GNUC_CONST
gtk_dialog_flags_get_type G_GNUC_CONST
gtk_direction_type_get_type G_GNUC_CONST
gtk_entry_completion_delete_action
gtk_entry_completion_get_entry
gtk_entry_completion_get_inline_completion
+gtk_entry_completion_get_inline_selection
gtk_entry_completion_get_minimum_key_length
+gtk_entry_completion_get_completion_prefix
gtk_entry_completion_get_model
gtk_entry_completion_get_popup_completion
gtk_entry_completion_get_popup_set_width
gtk_entry_completion_insert_prefix
gtk_entry_completion_new
gtk_entry_completion_set_inline_completion
+gtk_entry_completion_set_inline_selection
gtk_entry_completion_set_match_func
gtk_entry_completion_set_minimum_key_length
gtk_entry_completion_set_model
gtk_window_set_destroy_with_parent
gtk_window_set_focus
gtk_window_set_focus_on_map
+gtk_window_set_startup_id
gtk_window_set_frame_dimensions
gtk_window_set_geometry_hints
gtk_window_set_gravity
#include <gdk/gdkkeysyms.h>
#include "gtkscalebutton.h"
+#include "gtkalias.h"
+
#define SCALE_SIZE 100
#define CLICK_TIMEOUT 250
g_object_notify (G_OBJECT (button), "value");
}
-/*
- * vim: sw=2 ts=8 cindent noai bs=2
- */
+
+#define __GTK_SCALE_BUTTON_C__
+#include "gtkaliasdef.c"
#include "gtkhbox.h"
#include "gtkalignment.h"
+#include "gtkalias.h"
+
#include <string.h>
break;
}
}
+
+
+#define __GTK_TOOLTIP_C__
+#include "gtkaliasdef.c"
* Boston, MA 02111-1307, USA.
*/
-#ifndef __GTK_TOOLTIP__
-#define __GTK_TOOLTIP__
+#ifndef __GTK_TOOLTIP_H__
+#define __GTK_TOOLTIP_H__
#include "gtkwidget.h"
#include "gtkwindow.h"
G_END_DECLS
-#endif /* __GTK_TOOLTIP__ */
+#endif /* __GTK_TOOLTIP_H__ */
#include "gtktooltips.h"
#include "gtkstock.h"
+#include "gtkalias.h"
+
+
struct _GtkVolumeButton
{
GtkScaleButton parent;
gtk_volume_button_update_tooltip (button);
}
-/*
- * vim: sw=2 ts=8 cindent noai bs=2
- */
+
+#define __GTK_VOLUME_BUTTON_C__
+#include "gtkaliasdef.c"
N_("paper size|ROC 8k")
#endif
-const char paper_names[] =
+static const char paper_names[] =
"asme_f\0"
"iso_2a0\0"
"A0x2\0"
int ppd_name;
} PaperInfo;
-const PaperInfo standard_names_offsets[] = {
+static const PaperInfo standard_names_offsets[] = {
{ 0, 711.2, 1016, 0, -1 },
{ 7, 1189, 1682, 15, -1 },
{ 20, 841, 1189, 918, 918 },
{ 3138, 273.05, 393.7, 3145, -1 },
};
-const struct {
+static const struct {
int ppd_name;
int standard_name;
} extra_ppd_names_offsets[] = {